Vcenter Storage Policies FilterSpec
The Vcenter Storage Policies FilterSpec schema contains properties used to filter the results when listing the storage policies (see GET /vcenter/storage/policies)
This schema was added in vSphere API 6.7.
{
"policies": [
"string"
]
}
Identifiers of storage policies that can match the filter.
This property was added in vSphere API 6.7.
If missing or null
or empty, storage policies with any identifiers match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.StoragePolicy
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.StoragePolicy
.